type github.com/go-faster/errors.wrapError
8 uses
github.com/go-faster/errors (current package)
wrap.go#L47: we, ok := err.(*wrapError)
wrap.go#L58: type wrapError struct {
wrap.go#L64: func (e *wrapError) Error() string {
wrap.go#L68: func (e *wrapError) Format(s fmt.State, v rune) { FormatError(e, s, v) }
wrap.go#L70: func (e *wrapError) FormatError(p Printer) (next error) {
wrap.go#L76: func (e *wrapError) Unwrap() error {
wrap.go#L86: return &wrapError{msg: message, err: err, frame: frame}
wrap.go#L96: return &wrapError{msg: msg, err: err, frame: frame}
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |